Sac Chess
Invented by: Kevin Pacey, 2015
Game hierarchy
• Game
• Generic Chess
• Generic x10
• Generic 10x10
• Sac Chess
Board
FEN: caszmmzsac/jrnbqkbnrj/pppppppppp/10/10/10/10/PPPPPPPPPP/JRNBQKBNRJ/CASZMMZSAC w IBib - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Sac Chess | trap king on back rank bonus |
Rook | Rook | R | Sac Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Sac Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Sac Chess | outpost bonus |
Amazon | Amazon | Z | Sac Chess | trap king on back rank bonus |
Chancellor | Chancellor | C | Sac Chess | open file bonus; trap king on back rank bonus |
Archbishop | Archbishop | A | Sac Chess | |
Dragon King | Sailor | S | Sac Chess | open file bonus; trap king on back rank bonus |
Dragon Horse | Missionary | M | Sac Chess | |
Centaur | Judge | J | Sac Chess | |
Game Variables
Name = "Sac Chess"
Invented = "2015"
InventedBy = "Kevin Pacey"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "caszmmzsac/jrnbqkbnrj/pppppppppp/10/10/10/10/PPPPPPPPPP/JRNBQKBNRJ/CASZMMZSAC"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "ZQCASMJRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x10:
PawnMultipleMove = Grand
Declared in Generic 10x10:
Castling = 2R Close-Rook
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|